home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / bookordr.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  192 b   |  10 lines

  1. on mouseDown
  2.   global gFrame
  3.   set the castNum of sprite 11 to cast "b015"
  4.   if pressLessonButton(11) then
  5.     pupSprites(1, 48, 0)
  6.     set gFrame to gFrame + 1
  7.     go(marker(1))
  8.   end if
  9. end
  10.